home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d21 / qtech527.arc / QRAMC&T.TEC < prev    next >
Text File  |  1991-05-29  |  5KB  |  90 lines

  1. ID:CT QRAM and C&T NEAT Chip Set
  2. Quarterdeck Technical Note #146
  3. by Daniel Travison
  4.  
  5.    This technical note discusses a very specific configuration, systems
  6. implementing the NEAT Chip Set and an EMS driver that does not provide
  7. mappable areas other than the page frame.  Typically, QRAM is placed in
  8. your CONFIG.SYS file on a line AFTER your EMS driver.  When the system is
  9. rebooted, QRAM reports "Nothing useful to do." On a system that contains
  10. the NEAT Chip set, QRAM can use the system's shadow RAM feature to provide
  11. High Ram.  The objective is to allow QRAM to use the Shadow RAM provided by
  12. the NEAT Chip Set while allowing the EMS driver to provide expanded memory
  13. with a page frame.  The key to making this setup work is to have QRAM
  14. exclude the area the EMS driver uses for the page frame and also load QRAM
  15. BEFORE the EMS driver.
  16.  
  17. STEP 1: Boot your system with your EMS driver in your CONFIG.SYS file.
  18.  
  19. STEP 2: Run Manifest (MFT.EXE) and display the First-Meg/Overview screen.   
  20.         You will see something similar to the following map:
  21.  
  22.               Memory Area   Size   Description
  23.  
  24.               0000 - 003F     1K   Interrupt Area
  25.               0040 - 004F   0.3K   BIOS Data Area
  26.               0050 - 006F   0.5K   System Data
  27.               0070 - 0B7C    44K   DOS
  28.               0B7D - 21AF    88K   Program Area
  29.               21B0 - 9FFF   506K   [Available]
  30.               ═══Conventional memory ends at 640K════
  31.               A000 - AFFF    64K   VGA Graphics
  32.               B000 - B7FF    32K   Unused
  33.               B800 - BFFF    32K   VGA Text
  34.               C000 - C7FF    32K   Video ROM
  35.               C800 - D000    32K   Unused
  36.           --->D000 - DFFF    64K   Page Frame  <--- Page Frame address
  37.               E000 - EFFF    64k   Unused
  38.               F000 - FFFF    64K   System ROM
  39.  
  40.      NOTE: Manifest is located in the directory where QRAM is installed.    
  41.            Manifest is started by typing MFT.
  42.  
  43. STEP 3: Locate the entry for the page frame.  If you do not see it, you may
  44. not have your EMS driver installed in your system.  Refer to the
  45. documentation that came with the system for information on installing the
  46. EMS driver.  Most EMS drivers have the letters EMM or EMS in their file
  47. name.
  48.  
  49. STEP 4: Record the starting and ending address of the page frame.  For
  50. example: The memory map above shows the page frame starting at D000 and
  51. ending at DFFF.  Your system may have the page frame using some other
  52. address range.  This is the address range you will need to have QRAM
  53. exclude.
  54.  
  55. STEP 5: This step involves editing your CONFIG.SYS file.  You can use any
  56. editor of your choice as long as it is capable of saving files in an ASCII
  57. format.  Many word processors also have this capability.  The documentation
  58. may refer to them as TEXT, ASCII, or NON-DOCUMENT files.  If you are not
  59. sure, or do not have an editor or word processor, read the chapter in your
  60. DOS manual on using EDLIN.  This editor is provided with DOS and can be
  61. used to edit the CONFIG.SYS file.  Your CONFIG.SYS file will be located in
  62. the root directory of the drive the system boots from.
  63.  
  64.      a: Determine where the QRAM.SYS file is located.  The install program  
  65.         will place it in the C:\QRAM unless you specified something else.
  66.  
  67.      b: Add a device statement for QRAM in your CONFIG.SYS file.  This must 
  68.         be placed on a line BEFORE your EMS driver.  The device statement   
  69.         will need an EXCLUDE parameter to tell QRAM not to use the area the 
  70.         EMS driver needs for the page frame.  (refer to your Manifest       
  71.         First-Meg/Overview screen for the page frame addresses).
  72.  
  73.         For example: if QRAM is installed in the C:\QRAM subdirectory and   
  74.         the page frame is using the address range D000-DFFF as shown above, 
  75.         your vice statement for QRAM will look like the following:          
  76.         DEVICE=C:\QRAM\QRAM.SYS EXCLUDE=D000-DFFF
  77.  
  78.      c: Reboot the computer and watch for the QRAM sign-on display.  If     
  79.         QRAM is successful, it will report the areas of High RAM it         
  80.         creates.  You may now run OPTIMIZE to get your resident programs    
  81.         and drivers loaded into the high RAM.
  82.  
  83. NOTES: This may also be useful for systems with the NEAT Chip Set and EMS
  84. drivers that DO provide mappable areas other than the page frame.  To
  85. determine if you will benefit, perform the steps above and run Manifest
  86. when complete.  You may find this approach allows QRAM to create more High
  87. RAM areas using shadow ram.
  88.  
  89.              Copyright (C) 1991 by Quarterdeck Office Systems
  90.                        * * * E N D  O F  F I L E * * *